This program participated in a programming contest in which you were supposed to create a 'drawing program'.
The program was supposed to draw an image based on a black and white silhouette image stored in 'malli.bmp' bitmap and the resulting image would be saved into 'teos.bmp'.
This program is a ray tracer that uses given image as a heightmap to render a mountain scenery and uses numerous graphical effects that are common in present computer graphics.

Note that the program itself doesn't have any graphical interface but is a pure command line program and as such it doesn't require any additional libraries.



Running the program:
The program comes with Windows and Linux binaries that should both run out of the box.
The Linux binary is compiled with the provided Makefile. If the Linux binary doesn't work try building your own.



Compiling instructions:
Linux users may use the provided Makefile to compile the program.



You may use all the source codes for anything you want.